-
Notifications
You must be signed in to change notification settings - Fork 350
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feat/live 15542 aptos send receive fix send funds simulation failed when amount to send is slightly above max spendable amount #8766
Feat/live 15542 aptos send receive fix send funds simulation failed when amount to send is slightly above max spendable amount #8766
Conversation
The latest updates on your projects. Learn more about Vercel for Git βοΈ
3 Skipped Deployments
|
libs/ledger-live-common/src/families/aptos/js-getFeesForTransaction.ts
Outdated
Show resolved
Hide resolved
β¦eceive-fix-send-funds-simulation-failed-when-amount-to-send-is-slightly-above-max-spendable-amount
Desktop Bundle ChecksMobile Bundle Checks
|
β¦eceive-fix-send-funds-simulation-failed-when-amount-to-send-is-slightly-above-max-spendable-amount
d7cb7f1
to
11930f8
Compare
94bb1f7
to
11930f8
Compare
β Checklist
npx changeset
was attached.π Description
During simulation of transaction, if the tx amount is lower then account balance, but we don't have enough founds to cover fees, then we get the "Abort" error from the network.
To avoid additional message during this errors the amount check is added for the unprocessed errors.
β Context
π§ Checklist for the PR Reviewers